Blithe for BeOS R4 for PPC
Installation
-----------------
Move the Blithe folder inside of "Put contents into boot home config etc" into /boot/home/config/etc.
Move blithe.so inside of "Put contents into boot home config lib" into /boot/home/config/lib.
For convenience, you may want to create a link for blithe.so to /boot/home/config/be/preferences (the preferences folder under the Be menu).

To get started with Blithe, see StartHere.html in the Documentation folder.

Changes Since 0.96b
---------------------------------

Included the Danish Common Dictionary by Michael Wulff Nielsen.

Renamed common dictionary files and the languages in them to reflect the native language names.

Fixed edit box problems in Blithe Edit.

Changes Since 0.95b
---------------------------------

Added get_blob to C API and Blob method to BlitheDictionary class.

Included the Nederlands Common Dictionary, created by Rudolph Smit and checked by Marco Nelissen.

Fixed several drawing problems in Blithe Edit and blithe.so.

Changed the language ID from a 32-bit integer to 4 8-byte characters (still stored as a 32-bit int).

Language IDs are based on ISO 639. Added language ID constants to BlitheConst.h. Updated existing dictionaries to use new language constants.

Added an author field to the dictionary.

Packing List:
-------------------

Blithe Edit
	Blithe Edit
	Blithe
		Blithe Edit English
		Blithe Edit Latina

Put contents folder into boot home config etc
	Blithe
		(Dansk) Danish Common Dictionary
		(English) English Common Dictionary
		(Latina) Latin Common Dictionary
		(Nederlands) Dutch Common Dictionary
		(Svensk) Swedish Common Dictionary

Put contents into boot home config lib
	blithe.so

Blithe SDK
	Headers
		BlitheConst.h
		BlitheDictionary.h
		BlitheStatic.h
		BlitheShared.h

	Sample App
		Blithe
			Hello World English
			Vale Terra Latina
		Hello World
		HelloApp.cpp
		HelloApp.h
		helloworld.proj
		main.cpp

	Static
		Blithe Static.proj
		Blithe.c
		BlitheDictionary.cpp
		BlitheGlobal.h
		blithestatic.o

	Shared Lib
		blithe.so
		blithe.so.proj
		blithe_image.rsrc
		BlitheSettings.rsrc
		English.rsrc
		Source
			BlitheDictionary.cpp
			BlitheLib.c
			BlitheSetApp.cpp
			main.cpp
			VuBackdrop.cpp
			BlitheSetWindow.cpp

		Headers
			BlitheSetApp.h
			BlitheSetWindow.h
			VuBackdrop.h

Documentation
	 StartHere.html
	Blithe.gif
	BiltheC.html
	BlitheConst.html
	BlitheDictionary.html
	BlitheEdit.html
	BlitheMessages.html